Interface L2NatInstance

All Superinterfaces:
IPCObject
All Known Implementing Classes:
L2NatInstanceImpl

public interface L2NatInstance extends IPCObject
Information provided by the PKI file:

    \class CL2NatInstance
    
    \brief Data element for CL2NatInstance.
    
Author:
Auto-generated
  • Method Details

    • getInstanceName

      String getInstanceName()
      Information provided by the PKI file:
      
          \brief Returns the instance name.
          
          \return string, value is the instance name.
          
              
      Returns:
      String Returns a String
    • setInstanceName

      void setInstanceName(String instanceName)
      Information provided by the PKI file:
      
          \brief Sets the instance name to the given name.
          
          \param instanceName, the name to use for the instance.
          
              
      Parameters:
      instanceName - Takes in a parameter of instanceName
    • getInstanceId

      int getInstanceId()
      Information provided by the PKI file:
      
          \brief Returns the instance ID.
          
          \return int, value is the instance ID.
          
              
      Returns:
      int Returns a int
    • getNatTable

      L2NatTable getNatTable()
      Information provided by the PKI file:
      
          \brief Returns the nat table.
          
          \return L2NatTable, value is the nat table.
          
              
      Returns:
      L2NatTable Returns a L2NatTable
    • getStatementsCount

      int getStatementsCount()
      Information provided by the PKI file:
      
          \brief Returns the statement count.
          
          \return int, value is the statement count.
          
              
      Returns:
      int Returns a int